home *** CD-ROM | disk | FTP | other *** search
- |
- | !Run file for Edouard Poor's port of Mark Howell's ZIP
- | ======================================================
-
- |
- | First set our path variable so that all
- | file actions prefromed by the application
- | may use Zip:* style filenames.
- |
- Set Zip$Path <Obey$Dir>.
-
- |
- | Secondly set up the file vars so that we
- | are automatically called when a file is
- | double-clicked, as well as calling filetype
- | 0x061 'Z-Code'
- |
- Set File$Type_061 Z-Code
- Set Alias$@RunType_061 Run Zip:!Run %%*0
-
- |
- | Next, make sure that the appropriate
- | file sprites have been loaded (in case
- | we are run off a hot-key and the !boot
- | hasn't been run yet.
- |
- IconSprites Zip:!Sprites
-
- |
- | Finally, set the wimp slot to an appropriate
- | value and launch the executable.
- |
- Wimpslot -Min 128k -Max 176k
- Run <Obey$Dir>.!RunImage %*0
-